.head {
    font-size: 130%;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

* {
    font-family: Cambria;
    background-color: #f5fff8;
    margin-left: 4%;
    margin-right: 4%;
}

.line {
    border-top: 5px solid #6b1302;
    margin: 2px;
}

h1 {
    text-align: center;
}

.table {
    display: table;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 10px;
}

.table2 {
    display: table;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 10px;
}

.left {
    width: 24.25%;
    text-align: left;
}

.center {
    width: 50%;
    text-align: center;
}

.right {
    width: 25.75%;
    text-align: right;
}

.Summary {
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
}

.Work {
    margin-left: 0%;
    margin-right: 0%;
}

.company {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2px;
    font-weight: bold;
    width: 50%;
}

.position {
    width: 50%;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.dates {
    width: 90%;
    text-align: right;
    font-weight: bold;
}

.details {
    text-align: justify;
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 3px;
}

.date {
    width: 90%;
    text-align: right;
}

.degree {
    text-align: left;
    margin-left: 0%;
    margin-bottom: 3px;
    margin-top: 3px;
}

a {
    color:black;
    text-decoration: none;
    font-weight: bold;
    margin: 0%;
    
}

a:hover {
    box-shadow: inset 500px 0 0 0 #54b3d6;
    color: white;
}

#counterText {
    text-align: center;
    text-decoration: underline;
    font-size: large;
    font-weight: bold;
}

#visitorMessage {
    text-align: center;
    border: 5px #6b1302;
    border-style: solid;
    padding: 2px;
}

#reset {
    float: right;
    font-size: 10px;
    color: #f5fff8;
    border: #f5fff8;
}